Re-exports

pub use ident::*;
pub use span::*;

Modules

Structs

Contract call stack frame representation

Based on <https://llvm.org/docs/CoverageMappingFormat.html#source-code-range>

Transaction script interpreter representation

Enums

Type Definitions

Fuel/Sway ABI representation in JSON, originally specified here: <https://github.com/FuelLabs/fuel-specs/blob/master/specs/protocol/abi.md> This type is used by the compiler and the tooling around it convert an ABI representation into native Rust structs and vice-versa.